home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 3 / QRZ Ham Radio Callsign Database - Volume 3.iso / digests / tcp / 930220.txt < prev    next >
Internet Message Format  |  1994-06-04  |  5KB

  1. Date: Fri, 27 Aug 93 04:30:08 PDT
  2. From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
  3. Errors-To: TCP-Group-Errors@UCSD.Edu
  4. Reply-To: TCP-Group@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: TCP-Group Digest V93 #220
  7. To: tcp-group-digest
  8.  
  9.  
  10. TCP-Group Digest            Fri, 27 Aug 93       Volume 93 : Issue  220
  11.  
  12. Today's Topics:
  13.                     missed #ifdef-s in GRINOS 2.0m
  14.                       TCP-Group Digest V93 #219
  15.  
  16. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  17. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  18. Problems you can't solve otherwise to brian@ucsd.edu.
  19.  
  20. Archives of past issues of the TCP-Group Digest are available
  21. (by FTP only) from UCSD.Edu in directory "mailarchives".
  22.  
  23. We trust that readers are intelligent enough to realize that all text
  24. herein consists of personal comments and does not represent the official
  25. policies or positions of any party.  Your mileage may vary.  So there.
  26. ----------------------------------------------------------------------
  27.  
  28. Date: Mon, 22 Mar 93 15:00:09 PST
  29. From: "Jerzy Tarasiuk" <JT@zfja-gate.fuw.edu.pl>
  30. Subject: missed #ifdef-s in GRINOS 2.0m
  31. To: "Gerard van der Grinten" <gvdg@cdc.com>  <tcp-group@ucsd.edu>
  32.  
  33. I tried to compile GRINOS 2.0m turning on LPD and turning off AX25 and
  34. NETROM. Result - many linker errors. Needed many hours to find reason
  35. of and fix all. Finally, 6 files needed to be changed:
  36.  
  37. CONFIG.C    25344  30-Jul-1992  21:05:32.
  38. line 260 - "autoroute" is AX25 specific, added #ifdef AX25
  39.  
  40. IFACE.C     12306  30-Jul-1992  21:38:38.
  41. lines 205-206
  42. #ifdef NETROM
  43.  if(ifp == Nr_iface)     /* The netrom call just got changed */
  44.   setmbnrid();
  45. #endif
  46. lines 439-442
  47. #ifdef NETROM
  48.  if(stricmp(ifp->name,"netrom") == 0){
  49.   Nr_numiface = 0; /* This resets all active netrom interfaces */
  50.   Nr_iface = NULLIF;
  51.  }
  52. #endif
  53.  
  54. IPDUMP.C     2228  24-Jun-1991  23:23:12.
  55. line 88
  56. #ifdef AX25
  57.   ax25_dump(fp,bpp,check);
  58. #endif
  59.  
  60. SOCKCMD.C    3157  24-Feb-1992  22:02:26.
  61. lines 132-139
  62. #ifdef AX25
  63.     else {
  64.         if(up->type == TYPE_AX25I)
  65.             retval = kick_ax25(up->cb.ax25);
  66. #ifdef NETROM
  67.         else {
  68.             if(up->type == TYPE_NETROML4)
  69.                 retval = kick_nr4(up->cb.nr4);
  70.         }
  71. #endif
  72.     }
  73. #endif
  74.  
  75. TCPCMD.C     9443  25-Jul-1992  20:51:54.
  76. lines 135-136
  77. #ifdef AX25
  78.  if(strlen(tcb_str) == 4)
  79.   strcat(tcb_str,EightString);
  80. #endif
  81. line 189-190
  82. #ifdef AX25
  83.   if(strlen(tcb_str) == 4)
  84.    strcat(tcb_str,EightString);
  85. #endif
  86.  
  87. MAILBOX.C   66117  01-Aug-1992  12:57:50.
  88. 798a799
  89. > #ifdef AX25
  90. 808a810
  91. > #endif
  92. 987c989,991
  93. <  "nodes", dombnrnodes, 0, 0, NULLCHAR,
  94. ---
  95. > #ifdef NETROM
  96. >  "nodes", dombnrnodes, 0, 0, NULLCHAR,
  97. > #endif
  98. 1419a1424
  99. > #ifdef NETROM
  100. 1429a1435
  101. > #endif
  102. 1913a1920
  103. > #ifdef NETROM
  104. 1923a1931
  105. > #endif
  106. 2657a2666
  107. > #ifdef NETROM
  108. 2699c2708,2710
  109. <
  110. ---
  111. > #endif
  112. >
  113. > #ifdef AX25
  114. 2761,2762c2772,2774
  115. <  return 0;
  116. < }
  117. ---
  118. > #endif
  119. >  return 0;
  120. > }
  121.  
  122. 73's, JT
  123.  
  124. ------------------------------
  125.  
  126. Date: Thu, 26 Aug 93 13:28:24 EDT
  127. From: Meir Israel Green <mig@columbia.edu>
  128. Subject: TCP-Group Digest V93 #219
  129. To: TCP-Group@UCSD.Edu
  130.  
  131. > You can use it to send a fax to Finland or locate the works of Shake-
  132. > speare. You can talk to fellow orchid fanciers, find a fiance or 
  133. > publish your memoirs. There are perhaps 4,500 special-interest 
  134. > conferences-from autos to Unix, Anne Rice to Elvis. Electronic mail 
  135. > on the Internet can be had for less than $10 amonth through a 
  136. > commercial service. Individuals can get access to the whole system 
  137. > for less than $20. Businesses, by contrast, pay from $1,000 to 
  138. > $300,000 a year, depending on their type of connection and the 
  139. > services they use.
  140.  
  141. OK; I'll bite!
  142. Where can my father, in Toms River, NJ, get Internet e-mail for
  143. $10/month, and full Internet access for $20/month?  We would like to
  144. be in touch via the Internet.
  145.  
  146. I wanted to become an Internet node, and it seemed PSI wanted about
  147. $175/month, and I am hardly a commercial user!  I just wanted an AMPR
  148. gateway.
  149.  
  150. Pointers to information, FAQs, Usenet groups, Public access sites, etc
  151. are apprecated.
  152.  
  153. Thanks very much,
  154. Meir
  155.  
  156.  * * * * *  =====================  Internet  mig@merhaba.cc.columbia.edu
  157. * * * * * * == Meir I. Green ====  Barnard   mgreen@barnard.columbia.edu 
  158.  * * * * *  =====================  PktRadio  N2JPG@KB2EAR.NJ.USA.NA
  159. * * * * * * =====================  JTSA      megreen@jtsa.edu
  160.  
  161. ------------------------------
  162.  
  163. End of TCP-Group Digest V93 #220
  164. ******************************
  165. ******************************
  166.